github.com/aws/aws-sdk-go-v2/service/internal/checksum.awsChunkedTrailerReader.trailerEncodedLength (field)

6 uses

	github.com/aws/aws-sdk-go-v2/service/internal/checksum (current package)
		aws_chunked_encoding.go#L203: 	trailerEncodedLength int
		aws_chunked_encoding.go#L211: 		trailerEncodedLength: trailerEncodedLength(trailers),
		aws_chunked_encoding.go#L232: 	return r.trailerEncodedLength
		aws_chunked_encoding.go#L238: 	if r.trailerEncodedLength == 0 {
		aws_chunked_encoding.go#L243: 		trailerLen := r.trailerEncodedLength
		aws_chunked_encoding.go#L244: 		if r.trailerEncodedLength == -1 {